home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
pcgames
/
EMERGY
/
DX5SDK
/
SDK
/
SAMPLES
/
D3DEX1
/
readme.txt
Wrap
Text File
|
1997-07-14
|
698b
|
25 lines
Readme for D3DEx1 Sample
========================
This sample displays a spinning triangle in a window.
It uses Direct3D Immediate mode and execute buffers.
This application is a good place to look for a good way to determine
what Direct3D device to use.
Further pointers:
The D3dEx2 sample application shows how just a few changes are needed to
work well on a multi-monitor system.
3/5/97 Known limitations:
On MMX machines, RGB is faster than RAMP. Currently it chooses RAMP.
Resizing of the window is not supported. (Because of the varying amounts
of video-card memory, a resize may force the application to have to stop
using the h/w and resort to emulation.)